Uses of Enum Class
eu.europa.ec.taxud.cesop.domain.MessageTypeIndicEnum
Packages that use MessageTypeIndicEnum
-
Uses of MessageTypeIndicEnum in eu.europa.ec.taxud.cesop.domain
Methods in eu.europa.ec.taxud.cesop.domain that return MessageTypeIndicEnumModifier and TypeMethodDescriptionstatic MessageTypeIndicEnumMessageTypeIndicEnum.findByLabel(String label) Find aMessageTypeIndicEnumby its label.static MessageTypeIndicEnumReturns the enum constant of this class with the specified name.static MessageTypeIndicEnum[]MessageTypeIndicEnum.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of MessageTypeIndicEnum in eu.europa.ec.taxud.cesop.utils
Methods in eu.europa.ec.taxud.cesop.utils with parameters of type MessageTypeIndicEnumModifier and TypeMethodDescriptionstatic voidValidationErrorUtils.checkCmBr0110(List<ValidationError> validationErrors, String messageRefId, MessageTypeIndicEnum messageTypeIndic) Given there's no payees in the message, check if it is allowed for the specified type of message.static voidValidationErrorUtils.checkMhBr0070AndMhBr0080(List<ValidationError> validationErrors, String messageRefId, MessageTypeIndicEnum messageTypeIndic, DocTypeEnum docType, String docRefId) Checks if an initial Payment data message only contains new data and if a correction message only contains corrections/deletions (10070 and 10080).static voidValidationErrorUtils.checkMhBr0100(List<ValidationError> validationErrors, String messageRefId, MessageTypeIndicEnum messageTypeIndic, Integer period, Integer correlatedPeriod) In a correction message, the reporting period must be identical to the reporting period of the correlated message.static voidValidationErrorUtils.checkMhBr0110(List<ValidationError> validationErrors, String messageRefId, String corrMessageRefId, MessageTypeIndicEnum messageTypeIndic) CorrMessageRefId in the 'MessageSpec' element must only be provided in correction messages (when 'MessageTypeIndic' = CESOP101).static voidValidationErrorUtils.checkRpBr0040(List<ValidationError> validationErrors, String messageRefId, boolean hasPaymentData, MessageTypeIndicEnum messageTypeIndic) Checks if no Reported payee is listed in no payment data for the requested period handler (40040).